ComponentOne PDF for .NET
CSJ2K.Icc.Types Namespace / ICCProfileHeader Class / ICCProfileHeader Constructor / ICCProfileHeader Constructor(Byte[])

In This Topic
    ICCProfileHeader Constructor(Byte[])
    In This Topic
    Construct a header from a complete ICCProfile
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal data() As Byte _
    )
    public ICCProfileHeader( 
       byte[] data
    )

    Parameters

    data
    See Also